(shell-command): Mention the effect of the prefix
authorEli Zaretskii <eliz@gnu.org>
Sat, 25 Nov 2000 08:46:43 +0000 (08:46 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 25 Nov 2000 08:46:43 +0000 (08:46 +0000)
argument in the doc string.

lisp/simple.el

index 47651b4b1474e0382ae3428f46a6027c41dd8e27..0e70e83a1572cbce0afa230841f0f83e4866dba1 100644 (file)
@@ -1122,6 +1122,7 @@ stdout will be intermixed in the output stream.")
 
 (defun shell-command (command &optional output-buffer error-buffer)
   "Execute string COMMAND in inferior shell; display output, if any.
+With prefix argument, insert the COMMAND's output at point.
 
 If COMMAND ends in ampersand, execute it asynchronously.
 The output appears in the buffer `*Async Shell Command*'.